Thanks for your interest in contributing to Pico CSS! Please take a moment to review this document before submitting a bug report or a pull request.
The issue tracker is the preferred channel for bug reports, but please respect the following restrictions:
Good pull requests, patches, improvements, and new features are a fantastic help.
Please ask first before starting work on any significant new features. We recommend that you first suggest your feature idea in our discussion forums.
dev
branch is open to pull requests.
Do not edit /css
files directly. Edit the source files in /scss
, then recompile the /css
files with npm run build
.
Do not edit /docs/*.html
files directly. Edit the source files in /docs/src
, then recompile the docs files with npm run build
.